PrintEmptyLines

data class PrintEmptyLines(val amountOfEmptyLines: Int, val lineHeight: Int) : PrintObject

A data class representing a print request to print empty lines based on paper width.

Constructors

Link copied to clipboard
constructor(amountOfEmptyLines: Int, lineHeight: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The number of empty lines to print.

Link copied to clipboard

The height of each empty line in pixels.

Link copied to clipboard

The type of the print object (e.g., LINE, EMPTY_LINE, etc.).

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)